From 74f144383aea8722d0ecfc7ef1040204bbba44da Mon Sep 17 00:00:00 2001 From: Hollis Blanchard Date: Wed, 3 Jan 2007 15:25:58 -0600 Subject: [PATCH] [POWERPC][XEN] Provide _text for kexec. Signed-off-by: Hollis Blanchard --HG-- extra : transplant_source : %EB%19CNC%C0%B7%96%C8%14%B2%B0%91%9A%EB%3E%5E8P%C3 --- xen/arch/powerpc/xen.lds.S | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/powerpc/xen.lds.S b/xen/arch/powerpc/xen.lds.S index 2fe00d7b60..177611402a 100644 --- a/xen/arch/powerpc/xen.lds.S +++ b/xen/arch/powerpc/xen.lds.S @@ -17,6 +17,7 @@ PHDRS SECTIONS { . = 0x00400000; + PROVIDE(_text = .); /* Read-only sections, merged into text segment: */ .interp : { *(.interp) } :text .hash : { *(.hash) } -- 2.30.2